home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / ttdog110.zip / TRIDOG.DOC < prev    next >
Text File  |  1991-06-14  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 TriDog v1.1
  8.                 A Fido<->TriTel Message Conversion Program 
  9.                    Copyright (c) 1991 By Mark D. Goodwin
  10.  
  11.      TriDog  is distributed as a freeware  program.  Registered TriTel
  12.      sysops  are   free  to   use  TriDog  with   their  TriTel   BBS.
  13.      Unregistered TriTel sysops  are free to  use TriDog during  their
  14.      board's  30  evaluation  period.   Any  other  use  of TriDog  is
  15.      strictly prohibited.
  16.  
  17.      TriDog  is a program that allows your TriTel board to participate
  18.      in one of the many FidoNet-type networks.  Essentially, TriDog is
  19.      used to convert  messages from  the Fido MSG  format to  TriTel's
  20.      message base structure and vice versa.
  21.  
  22.  
  23.      THE TRIDOG DIRECTORY
  24.      ---------------------
  25.  
  26.      The  first step  during  the TriDog  installation  process is  to
  27.      create  a directory for the conversion program and copy the files
  28.      TRIDOG.EXE and RESET.EXE into the newly created directory.
  29.  
  30.  
  31.      THE CONFIGURATION FILE
  32.      ----------------------
  33.  
  34.      Next,  you  must  create  a  configuration  file  in  your TriDog
  35.      directory.   The  configuration file  is the key  to successfully
  36.      operating TriDog.   This configuration  file is a  straight ASCII
  37.      text file with a name of TRIDOG.CFG.  A sample configuration file
  38.      is included in the TriDog archive and is as follows:
  39.  
  40.      tritel=c:\tritel
  41.      address=1:326/304
  42.      tagline=The Lobster Buoy - Home of TriTel
  43.      conf=25,c:\fd\net326
  44.      conf=21,c:\fd\comm
  45.      conf=22,c:\fd\pdnecho
  46.      conf=23,c:\fd\dr_debug
  47.      conf=24,c:\fd\ooii
  48.  
  49.      You  should  note  that  the  order  of  the  configuration  file
  50.      statements isn't significant.  The following explanations provide
  51.      more  detail  about  each  of  the  TriDog  configuration  file's
  52.      statements:
  53.  
  54.  
  55.      TRITEL=directory
  56.  
  57.      This  is a required configuration file statement and simply tells
  58.      TriDog where your main TriTel directory is located.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      ADDRESS=network address
  74.  
  75.      This is a required configuration  file statement and simply tells
  76.      TriDog  your  network address.    This address  is  necessary for
  77.      TriDog to  correctly create Fido-style MSG  files.  Additionally,
  78.      TriDog will append your address onto your tagline.
  79.  
  80.  
  81.      TAGLINE=tagline
  82.  
  83.      This is  a required configuration file statement and simply tells
  84.      TriDog the tagline for your board.  TriDog will put this  tagline
  85.      and your network  address in an  appropriate Origin statement  at
  86.      the bottom of every exported message.
  87.  
  88.  
  89.      CONF=TriTel conference number,Fido MSG directory
  90.  
  91.      You  must  specify  at  least  one  CONF  statement  per   TriDog
  92.      configuration file.  This  statement tells TriDog what conference
  93.      number is being  used on your  board for  the conference and  the
  94.      directory for the Fido conference.
  95.  
  96.  
  97.      RUNNING TRIDOG
  98.      --------------
  99.  
  100.      TriDog is run  by simply entering  the command TRIDOG at  the DOS
  101.      command prompt.  You  should probably run TriDog before  you pack
  102.      your Fido conferences, before  you poll your host, and  after you
  103.      poll  your host.  Of course you  may run TriDog at anytime during
  104.      the day,  but running it  with the three  mentioned circumstances
  105.      should be sufficient.
  106.  
  107.  
  108.      HIGH MESSAGE POINTERS AND CRC FILES
  109.      -----------------------------------
  110.  
  111.      To be  able to keep track  of what messages have  or haven't been
  112.      exported  from your message base, TriDog maintains a file of high
  113.      message pointers for all  of your board's conferences and  a file
  114.      of  CRCs for each conference that appears in a configuration file
  115.      CONF statement.  The high message pointer  file has a filename of
  116.      TRIDOG.HGH.  The CRC files have filenames of n.CRC.  Where "n" is
  117.      the conference's number.   Normally, TriDog maintains these files
  118.      automatically.  However,  there are  times when you  may have  to
  119.      manually intervene.
  120.  
  121.      For example, you may reconfigure your  message conferences.  This
  122.      is usually no  big deal.  If, however, the  changes you make move
  123.      your networked conferences around,  the high message pointer file
  124.      will be incorrect, the  configuration file's CONF statements will
  125.      be incorrect,  and the  CRC files  will be  incorrectly numbered.
  126.      The solution to preventing such a problem is to run TriDog before
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.      changing your configuration.  Next you should run RESET.EXE, make
  140.      any appropriate changes to the CONF statements in TRIDOG.CFG, and
  141.      then renumber the CRC files by using the DOS REN command. 
  142.  
  143.      A similar situation may occur if you renumber one or more of your
  144.      networked conferences  with TRIPACK.  (Remember,  you should only
  145.      renumber your message base  conferences if they are in  danger of
  146.      rolling  over 999,999.)  Simply run TriDog, run TRIPACK, and then
  147.      run RESET.
  148.  
  149.      You should  also note that  the CRC files only  maintain CRCs for
  150.      the last 5000 messages  per conference.   These CRCs are used  by
  151.      TriDog to prevent already exported messages from being reimported
  152.      and to  prevent already imported messages  from being reimported.
  153.      Because TriDog only  keeps track  of the last  5000 messages  per
  154.      conference, you must be sure that your Fido MSG directories never
  155.      have over 5000 MSG files in each directory.  You should also note
  156.      that there's no need to keep anywhere near 5000 MSG files on hand
  157.      for  any conference.   Old messages  should be  routinely deleted
  158.      with your Fido  message packer.  This will not  only save a great
  159.      deal   of  disk  space,  but  it  will  also  speed  up  TriDog's
  160.      performance considerably.
  161.  
  162.  
  163.      SUPPORT
  164.      -------
  165.  
  166.      If you have  any problems  installing and using  TriDog, you  can
  167.      obtain support  by calling either The  Lobster Buoy, 207-469-6556
  168.      or  sending a  message to  me  at 1:326/304.    Please only  make
  169.      inquiries about TriDog or any other TriTel related problem. There
  170.      are  many  ways  you can  setup  a  Fido  system.   If  you  need
  171.      assistance with a  nonTriTel-related program, you should  contact
  172.      the program's author for assistance.
  173.  
  174.      The best advice I can give you is to set up a TriTel board first.
  175.      Then add the frontend mail program.   Once you are connected with
  176.      a  net  and are  starting to  receive  some echomail,  then setup
  177.      TriDog to  handle the conversion process.   If you take the whole
  178.      process a  step  at  a time,  you  shouldn't run  into  too  many
  179.      problems.
  180.  
  181.  
  182.      SPECIAL THANKS
  183.      --------------
  184.  
  185.      I'd like to especially thank Wayne Price (1:326/0 and 1:326/103).
  186.      Wayne runs net 1:326 has been  very patient answering a number of
  187.      really dumb questions about FidoNet in general.  I'd also like to
  188.      thank Mark May (1:110/290) who provided me with all of the latest
  189.      FidoNet technical files.
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.